
BlugsAppearanceExtras.c/h   Code for dealing with the Appearance Manager, and for handling its absence. Used by most of the content handlers.

BlugsExtensions.c/h   Useful helper code written by Andreas Petterson.

BlugsMHExtensions.c/h   Some more useful wrappers, this time by Moses Hall (that's me).

ColorMenu.c/h   Support for the color popup MDEF, adapted from sources by Jordan Zimmerman.

Frame3DHiliteProc.c/h   That goofy hilite proc I wrote, that draws a 3D frame around the cell.

StubMDEF.rsrc   This is the Apple-sanctioned method for embedding xDEF resources in program code. You provide the entry point as a UPP and stuff it into the resource handle, which is just a 68K jmp instruction and 4 bytes of storage for your UPP. The color popup menu content handler uses this so the MDEF code can be kept with the app code.